

#calendar {
    max-width: 800px;
    margin: 10px auto;
}

#calendar .fc-day.fc-today {
    background-color: #333; 
    }

#calendar  .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td{
    background: #444;
}
#calendar .fc-list-item:hover td{
    background: #555;
}

#calendar .fc-day-header{
    background: #444;
}

#calendar .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td{
    background: #555;
}

#calendar .fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody,
.fc-unthemed .fc-divider, .fc-unthemed .fc-row,
 .fc-unthemed .fc-content, .fc-unthemed .fc-popover,
 .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
     border-color: #999;
 } 

  #calendar .fc-event, .fc-event-dot {
    background-color: #ae9d3a;
      color: white;
 }

 #calendar .fc-event {
     border: 1px solid #ae9d3a;
 }


.fc-button-primary:disabled,
.fc-button-primary{
    background-color: #ae9d3a;
    border-color: #ae9d3a;
    color: white;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    background-color: #7b6e28;
    border-color: #7b6e28;
}

.fc-button-primary:hover {
    color: #fff;
    background-color: #7b6e28;
    border-color: #7b6e28; }

